home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / editor.zip / EDIT.DOC < prev    next >
Text File  |  1986-05-24  |  3KB  |  71 lines

  1. (C) Copywrite 1986, by Dean Kelley;  ALL RIGHTS RESERVED.
  2.  
  3. You may copy and distribute this package freely provided that:
  4.  
  5.    1. NO fee is charged for such copying and distribution.
  6.  
  7.    2. ONLY the entire package is distributed---i.e., all 3 files; EDIT.COM,
  8.       EDIT.DOC, and EDTINST.COM must be distributed.
  9.  
  10.    3. The files are distributed ONLY in their original unmodified state.
  11.  
  12.  
  13. If you like the editor and find it useful your contribution of $5 (individuals)
  14. will be appreciated.  You may NOT use this product in a commercial environment
  15. or governmental organization without paying a license fee of $35.
  16.  
  17. If you fail to abide by the terms of this license your conscience will haunt
  18. you for the rest of your (miserable) life.
  19.  
  20. Address all inquiries, comments, etc. to
  21.  
  22.                 Dean Kelley
  23.                 Post Office Box 671
  24.                 Mankato, Minnesota  56001.
  25.  
  26.  
  27.  
  28. EDIT.COM is a full-screen editor with certain features which make it convenient
  29. for use in writing programs in various languages.  It is a small editor capable
  30. of editing text of less than about 32,000 bytes.  EDIT was written with an eye
  31. toward ease of use.  For that reason, the following document will be easy to
  32. discard after using the editor for a while.  A help window is included in the
  33. editor.
  34.  
  35.  
  36. In order to use EDIT you must install it by executing the file EDTINST.COM.
  37. This program sets up various default values for the editor.  As features are
  38. added to EDIT the content of the installation program and the file that it
  39. creates will change.  At present (version 2.10) EDTINST sets up the default
  40. file extension for files written by the editor and also sets the default drive
  41. for the editor.  Certain default values are provided by EDTINST as 'default-
  42. defaults.'
  43.  
  44. The editor is executed by typing its name, EDIT, followed by an optional file-
  45. name at the prompt.  If no filename is included, EDIT prompts for a filename.
  46. Default values may be used if EDIT prompts, no default values are applied if
  47. a filename is entered on the command line.  The filename can include both drive
  48. and extension, or any combination thereof.
  49.  
  50. Experiment with it until you get the hang of it.
  51.  
  52. EDIT's work screen consists of a legend across the top which provides various
  53. information about the file being edited and the mode(s) of the editor.  At the
  54. present (version 2.10) the 'Indent' and 'Insert' modes are permanently set.  In
  55. the (very) near future both modes will be alterable from within the editor.  At
  56. the very right of the top line you will notice 'F10=Help.'  This will call up
  57. the help window which explains the various functions of the editor.  You quit
  58. editing by hitting the F1 key.
  59.  
  60. When quitting you are given the option of saving or not saving the file.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. Although I originally wrote EDIT.COM for use on my IBM-PC, I recently moved it
  69. to a Zenith-158.  This machine has a turbo switch allowing operation at both
  70. 4.77 and 8 mhz.  At 8 mhz this editor is VERY nice...
  71.